Welcome![Sign In][Sign Up]
Location:
Search - http class

Search list

[Internet-NetworkCodeProject

Description: 本程序主要演示了MFC WinInet编程的基本思想。WinInet API是一个函数集,利用这些函数,可以编写面向Internet的应用程序,而不用考虑基本的通信协议(FTP,HTTP),MFC提供的WinInet类是对WinInet API函数封装而成-This procedure demonstrated a major MFC WinInet programming the basic idea. WinInet API is a function set, to use these functions, you can prepare for Internet applications, without considering the basic communication protocol (FTP, HTTP), MFC provided WinInet Class of WinInet API function package from
Platform: | Size: 5775360 | Author: zy | Hits:

[Button control19870123class

Description: 本同学录系统演示地址: http://class.19870123.cn/ 下载后请在Web.Config里更改设置,如数据库路径等 如果要换sql数据库,请将app_code里的MyPage.cs改为以下代码即可 #if(false) //如果是Access数据库请把这儿改为#if(true) 否则改为#if(false) public class MyPage : LeeHom.Web.UI.OlePage { } public class MyMasterPage : LeeHom.Web.UI.OleMasterPage { } #else public class MyPage : LeeHom.Web.UI.SqlPage { } public class MyMasterPage : LeeHom.Web.UI.SqlMasterPage { } #endif Sql的执行语句在App_Data下DataBase.sql 后台管理:http://网址/admin/ 默认管理员:admin 密码:admin 可注册一个新用户后设置新用户为管理员后删除admin用户 由于本人学习.net只有半年多,所以做出来的作品在代码上有些乱,有可能存在不少bug 如果有什么bug或是好的意见,希望大家给我发说明一下. 我的邮箱地址是:dotnetlee@qq.com 或到 http://www.19870123.cn/ 留言 同时,本系统使用的类库请在 http://www.19870123.cn/?tid=157 下载 说明文档在 http://doc.19870123.cn/
Platform: | Size: 475136 | Author: 快乐 | Hits:

[JSP/Javachapter4

Description: JAVA项目开发实践-网上范例:网上购物系统的JSP实现 第一步:将cart.jsp复制到C:\Apache Tomcat 4.0\webapps\ROOT下。 第二步:将cart目录(包含*.class文件及*.java文件)复制到C:\Apache Tomcat 4.0\common\classes目录中。 第三步:将cart.mdb复制到C:\下。 第四步:配制ODBC数据源,在系统DNS中添加cart.mdb,并命名为cart。 然后在浏览器中输入http://localhost:8080/cart.jsp测试,如果看到如图6-2所示的画面,则证明安装成功。 -JAVA project development practice- Web Example: JSP online shopping system to achieve the first step: The cart.jsp copied to C: Apache Tomcat 4.0webappsROOT under. Step two: the cart directory (contains the*. class files and*. java files) are copied to C: Apache Tomcat 4.0commonclasses directory. The third step: cart.mdb will be copied to C: under. The fourth step: the preparation of ODBC data sources, add in the DNS system cart.mdb, and named for the cart. And then enter in your browser http://localhost:8080/cart.jsp test, If you see the screen shown in Figure 6-2, it proved a successful installation.
Platform: | Size: 54272 | Author: 董小园 | Hits:

[Software Engineeringclass

Description: 单班同学录系统 后台管理:http://网址/admin/ 默认管理员:admin 密码:admin-Single-class background Classmates systems management: http:// URL/admin/default administrator: admin Password: admin
Platform: | Size: 625664 | Author: 张明 | Hits:

[OS programhttpdownloaddlg_xd

Description: The class implements an MFC CDialog derived class which performs HTTP downloads similar to the Internet Explorer 利用HTTP协议下载的类(43KB) -The class implements an MFC CDialog derived class which performs HTTP downloads similar to the Internet Explorer to use HTTP protocol to download the class (43KB)
Platform: | Size: 44032 | Author: 张祥 | Hits:

[matlabmass_spec

Description: Recent work by Petricoin and Liotta and co-workers (Petricoin et al. Use of proteomic patterns in serum to identify ovarian cancer. Lancet. 2002 Feb 16 359(9306):572-7. PMID: 11867112) has generated a lot of excitement and controversy. This example shows some ways that MATLAB can be used to read, visualize, pre-process (base-line correction, resample) and classify the data. The data can be downloaded from http://home.ccr.cancer.gov/ncifdaproteomics/ppatterns.asp -Recent work by Petricoin and Liotta and co-workers (Petricoin et al. Use of proteomic patterns in serum to identify ovarian cancer. Lancet. 2002 Feb 16 359 (9306) :572-7. PMID: 11867112) has generated a lot of excitement and controversy. This example shows some ways that MATLAB can be used to read, visualize, pre-process (base-line correction, resample) and classify the data. The data can be downloaded from http://home.ccr.cancer. gov/ncifdaproteomics/ppatterns.asp
Platform: | Size: 147456 | Author: 张山 | Hits:

[Internet-NetworkHTTPClient

Description: This package provides a complete http client library. It currently implements most of the relevant parts of the HTTP/1.0 and HTTP/1.1 protocols, including the request methods HEAD, GET, POST and PUT, and automatic handling of authorization, redirection requests, and cookies. Furthermore the included Codecs class contains coders and decoders for the base64, quoted-printable, URL-encoding, chunked and the multipart/form-data encodings. The whole thing is free, and licenced under the GNU Lesser General Public License (LGPL) (note that this is not the same as the GPL). -This package provides a complete http client library. It currently implements most of the relevant parts of the HTTP/1.0 and HTTP/1.1 protocols, including the request methods HEAD, GET, POST and PUT, and automatic handling of authorization, redirection requests, and cookies. Furthermore the included Codecs class contains coders and decoders for the base64, quoted-printable, URL-encoding, chunked and the multipart/form-data encodings. The whole thing is free, and licenced under the GNU Lesser General Public License (LGPL ) (note that this is not the same as the GPL).
Platform: | Size: 734208 | Author: Guo Quan | Hits:

[WEB CodeHttpClient

Description: vs 2005 的 HttpClient 类-vs 2005 of HttpClient Class
Platform: | Size: 4096 | Author: laomai | Hits:

[P2PP2PDemo

Description: 这个是演示采用UDP协议进行P2P打洞对话原理的演示程序,参考的资料是: 1)P2P 之 UDP穿透NAT的原理与实现(附源代码)--http://www.cnpaf.net/Class/hack/0512182034513804825.htm 2)王艳平<<Windows网络与通信程序设计>>-This is a demonstration of the use of UDP protocol P2P holes dialogue principle demonstration procedures, reference information is: 1) P2P penetrate NAT of UDP Principle and realization (with source code)- http:// www.cnpaf.net/ Class/hack/0512182034513804825.htm2) WANG Yan-ping
Platform: | Size: 30720 | Author: guosh | Hits:

[Internet-NetworkGetFilefromHTTPServer

Description: 利用MFC的一个封装类从HTTP服务器上下载文件-Use of a package MFC Class from HTTP server to download files
Platform: | Size: 2051072 | Author: 谭巧灵 | Hits:

[Internet-NetworkJava_Http_Client

Description: 这是用JAVA的SOCKET类实现的HTTP CLIENT的代码。通过它可以让原来很头疼的事情现在轻松的解决,例如你不再管是HTTP或者HTTPS的通讯方式,告诉它你想使用HTTPS方式,剩下的事情交给httpclient替你完成。-This is the SOCKET with JAVA class implements the HTTP CLIENT code. It allows the original adoption of a headache now things easy solution, for example, you no longer care about is HTTP or HTTPS communication mode, tell it the way you want to use HTTPS, and the remaining things for you to complete the httpclient.
Platform: | Size: 1577984 | Author: 魏汝垚 | Hits:

[Dialog_WindowTabSheet

Description: /*********************************************************************** * 本类名称:属性对话框编程调用类库(VC++版) * 支持功能:动态添加、移除属性页;动态修改属性页标题;设置活动属性页;获取属性页的属性等。 * 编写人员:Coderui * 编写日期:2009年02月03日 * 最后更新:2009年02月09日 * 联系邮箱:coderui@163.com * 作者博客:http://hi.baidu.com/coderui * 文件名称:TabSheet.h ***********************************************************************/-/************************************************************************ Class Name: Call Properties dialog box programming library (VC++ version)* Supported features: dynamically add, remove property pages dynamic modify attribute page title Activity property page settings access to the properties, such as property pages.* The preparation of personnel: Coderui* preparation Date: February 3, 2009* Last Update: February 9, 2009* Contact Email: coderui@163.com* Author blog: http://hi.baidu.com/coderui* File Name: TabSheet.h***********************************************************************/
Platform: | Size: 21504 | Author: coderui | Hits:

[Internet-NetworkClassmates

Description: 本同学录系统演示地址: http://class.19870123.cn/ 下载后请在Web.Config里更改设置,如数据库路径等 如果要换sql数据库,请将app_code里的MyPage.cs改为以下代码即可 public class MyPage : LeeHom.Web.UI.SqlPage { } public class MyMasterPage : LeeHom.Web.UI.SqlMasterPage { } 并在Web.Config里设置数据库为SqlServer Sql的执行语句在App_Data下DataBase.sql 后台管理:http://网址/admin/ 默认管理员:admin 密码:admin 可注册一个新用户后设置新用户为管理员后删除admin用户 由于本人学习.net没有多久,所以做出来的作品在代码上有些乱,有可能存在不少bug 如果有什么bug或是好的意见,希望大家给我发说明一下. 我的邮箱地址是:dotnetlee@qq.com 或到 http://www.19870123.cn/ 留言 同时,本系统使用的类库请在 http://www.19870123.cn/?tid=157 下载 说明文档在 http://doc.19870123.cn/-huang
Platform: | Size: 1588224 | Author: 黄超 | Hits:

[Internet-NetworkVBJSON

Description: VB6.0用的最好的JSON解析工具。支持JSON消息的解析和处理。源代码值得一看,非常不错。官方网站:http://www.ediy.co.nz/vbjson-json-parser-library-in-vb6-xidc55680.html-VB-JSON is a Visual Basic 6 class library for parsing and emitting JSON (Javascript Object Notation) and can handle nested arrays and objects in the data. It does not rely on the JScript engine for parsing. JSON is a useful and compact format for data interchange between a browser based JavaScript client program and a VB6 based data server, and also for storing structured meta data in a text field. It can also be used as an efficient RPC transport protocol and compresses well using GZip. The project also includes a fast string builder class for assembling the JSON data string at a high speed. This software is BSD licenced and is based on an Excel macro found here. Some parsing bugs in the original functions have been fixed and the string builder class improves performance. Also there are some handy utility functions that return a JSON data set from an ADO Recordset or a character delimited string.
Platform: | Size: 37888 | Author: JasonQ | Hits:

[Internet-NetworkHttpSocket

Description: 一个基于Windows socket下的HTTP请求封装类-windows socket http class
Platform: | Size: 15360 | Author: ningjiahong | Hits:

[Internet-NetworkWeb.090501

Description: WEB類,用連線到Web伺服器,從Web服務器下載Web頁面或檔案,或上傳資料 1.>目前只支援匿名身份驗證與基本(Base64編碼)身份驗證 2.>可以儲存Cookie的功能 3.>目前不可以用於IIS5.0-WEB class, using to connect to the Web server to download Web pages from the Web server, or files, or upload information 1. " Currently only supports anonymous and basic authentication (Base64 encoded) authentication 2." Can be stored Cookie' s function 3. " currently can not be used for IIS5.0
Platform: | Size: 7168 | Author: 張小龍 | Hits:

[Othervs_fetion

Description: php实现飞信功能,转载自http://www.zendstudio.net/archives/php-fetion-class-source-download/-php function to achieve Fetion, reproduced from http://www.zendstudio.net/archives/php-fetion-class-source-download/
Platform: | Size: 9216 | Author: kenny | Hits:

[Communicationlibfsnet-0.0.1-src.tar

Description: 包含SMTP,POP3,FTP,HTTP...通讯协议实现的库,以及socket的api。-The libFSNetwork library contains network classes for protocols like SMTP,POP3,FTP,HTTP...etc. and a wrapped socket-api-class
Platform: | Size: 378880 | Author: zhang wei | Hits:

[Internet-NetworkDelphi-HttpProxy

Description: 此代码由网上的Http Proxy修正而来。网上流传的Delphi版HttpProxy存在着很多问题,基本访问大部分网站都存在着各种各样问题。 该 代码在前人的基础上,进行了多处修正,基本解决了大部分问题,目前已可正常使用。 修正说明 : 1.重新封装Proxy类 2.修改正访问youhu之类的网站不正常的问题。 3.修正多处内存泄漏和资源释放错误 4.数据同步问题。-This code consists of amendments to come online Http Proxy. Delphi circulating online version of HttpProxy There are many questions, the basic access to most of the sites there are myriad problems. The code on the basis of our predecessors carried out numerous amendments basically solved most of the problems, now can be used normally. Amended statement: 1. To re-package Proxy class 2. Youhu change is visiting the site does not like a normal issue. 3. To amend various memory leaks and resource release error 4. Data synchronization problems.
Platform: | Size: 208896 | Author: 张三 | Hits:

[JSP/JavaJavaTransmissionControlProtocol

Description: JAVA传输控制协议 Http客户端程序已集成在Java语言中,可以通过URLConnection类调用。遗憾的是,由于SUN没有公布Http客户程序的源码,它实现的细节仍是一个谜。本文根据HTTP协议规范,用Java.net.Socket类实现一个HTTP协议客户端程序。-JAVA Transmission Control Protocol Http client program has been integrated into the Java language, you can call the URLConnection class. Unfortunately, because SUN has not released the source code for Http client, which implements the details remain a mystery. Based on the HTTP protocol specification, with Java.net.Socket class implements a HTTP protocol client program.
Platform: | Size: 214016 | Author: yangjie | Hits:
« 1 23 4 5 6 7 8 9 10 ... 20 »

CodeBus www.codebus.net